nick-based auto-op for bersirc irc client (www.bersirc.net) www.saboteurweb.com just copy the procedure into your events.ops then make sure you place a function call in your OnJoin and OnNickChange-events like this: auto_op(User, Channel, ServerID); then just add nick/channel combinations you want to auto-op example: Nicks.Add('MyFriend'); Channels.Add('#OurChannel');